home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Template / Library.psc < prev    next >
Text File  |  2008-05-27  |  335b  |  22 lines

  1. // ========================================================================== 
  2. //
  3. //   LibName.psc
  4. //   (c) 2008 Author
  5. //
  6. //   Description
  7. //
  8. // ========================================================================== 
  9.  
  10. library LibName
  11. {
  12.     component one()
  13.     {
  14.  
  15.     }
  16.     
  17.     component two()
  18.     {
  19.  
  20.     }
  21. }
  22.